home *** CD-ROM | disk | FTP | other *** search
/ The Trig Explorer / The Trig Explorer.iso / mac / Explorer / START.dxr / 00049.ls < prev    next >
Encoding:
Text File  |  1998-07-22  |  259 b   |  14 lines

  1. property myPosition
  2.  
  3. on beginSprite me
  4.   set myPosition to the loc of sprite the spriteNum of me
  5. end
  6.  
  7. on moveOff me
  8.   set the loc of sprite the spriteNum of me to point(900, 900)
  9. end
  10.  
  11. on moveOn me
  12.   set the loc of sprite the spriteNum of me to myPosition
  13. end
  14.